home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
T
/
TILEMIX.CPT
/
TileMix
/
background_4759.txt
< prev
next >
Wrap
Text File
|
1992-01-14
|
3KB
|
121 lines
-- background: 4759 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openbackground
colorizehc "colorfill",rect of this cd,"0,0,0"
colorizehc "colorfill",rect of fld 1,"34952,34952,34952"
get (right of fld 1 &","& top of fld 1 &","& (right of fld 1)+1 &","& bottom of fld 1)
colorizehc "colorfill",it,"21845,21845,21845"
get (left of fld 1 &","& bottom of fld 1 &","& (right of fld 1)+1 &","& (bottom of fld 1)+1)
colorizehc "colorfill",it,"21845,21845,21845"
get (left of fld 1 &","& top of fld 1 &","& (left of fld 1)+1 &","& bottom of fld 1)
colorizehc "colorfill",it,"48059,48059,48059"
get (left of fld 1 &","& top of fld 1 &","& right of fld 1 &","& (top of fld 1)+1)
colorizehc "colorfill",it,"48059,48059,48059"
colorizehc "add","Next",rect of bg btn "Next"
colorizehc "add","Prev",rect of bg btn "Prev"
colorizehc "add","Return",rect of bg btn "Return"
hide bg btn "Cover"
end openbackground
on closebackground
show bg btn "Cover"
end closebackground
-- part 1 (field)
-- low flags: 05
-- high flags: 0000
-- rect: left=9 top=10 right=200 bottom=311
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 12
-- style flags: 16640
-- line height: 16
-- part name:
-- part 2 (button)
-- low flags: 00
-- high flags: 1000
-- rect: left=14 top=173 right=196 bottom=93
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mousedown
colorizehc "add","Return2",rect of me
hide me
show me
go to cd 2
end mousedown
-- part 4 (button)
-- low flags: 00
-- high flags: 1000
-- rect: left=144 top=173 right=196 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mousedown
colorizehc "add","Prev2",rect of me
hide me
go to prev cd of this bg
colorizehc "add","Prev",rect of me
show me
end mousedown
-- part 5 (button)
-- low flags: 00
-- high flags: 1000
-- rect: left=227 top=173 right=196 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mousedown
colorizehc "add","Next2",rect of me
hide me
go to next cd of this bg
colorizehc "add","Next",rect of me
show me
end mousedown
-- part 6 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=0 top=0 right=208 bottom=320
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover